Skip to content

Hotfix: 0.83.5#1663

Merged
robhogan merged 5 commits into0.83.xfrom
0.83/0.83.5
Mar 1, 2026
Merged

Hotfix: 0.83.5#1663
robhogan merged 5 commits into0.83.xfrom
0.83/0.83.5

Conversation

@robhogan
Copy link
Contributor

@robhogan robhogan commented Feb 28, 2026

Picks the following from main, and bumps package.jsons in the 0.83.x branch to 0.83.5:

Changelog:

 - **[Feature]:** `config.server.tls` now sets Metro to be exposed as an https server (#1657 by @vzaidman)
 - **[Fix]:** sync bundling progress between Metro cli and app hints (34ca6a6f621521a0780a54eeb32384b4f9c2f8ff by @vzaidman)
 - **[Types]**: Restore accidentally removed publication of TypeScript types (#1662 by @robhogan)

robhogan and others added 5 commits February 27, 2026 21:25
Summary:
There's no need for this to be async and making it synchronous simplifies some upcoming work

Changelog: Internal

Reviewed By: vzaidman

Differential Revision: D92007667

fbshipit-source-id: 7e4f764d5750de45041b189e5518e5c081ee8cf4
Summary: Changelog: [Fix] sync bundling progress between Metro cli and app hints

Reviewed By: hoxyq

Differential Revision: D93737737

fbshipit-source-id: 683c70b1c73c6dfc2e20a9369ba5ca33f7c52f0b
Summary:
X-link: facebook/react-native#55701

Pull Request resolved: #1657

Changelog: [Feature] `config.server.tls` now sets Metro to be exposed as an https server

Reviewed By: robhogan, huntie

Differential Revision: D93857257

fbshipit-source-id: 56ff661c4ddf9cd5d4bb32756b9cb600bb032a1c
Summary:
Pull Request resolved: #1662

#1627 inadvertently broke publishing of `.d.ts` files, which are meant to be copied to the build directory alongside `.js` files prior to publishing, because `tinyglobby`, unlike `glob`, defaults to producing relative paths, breaking a `filePath.replace()`.

This affected 0.83.4, 0.84.0 and 0.84.1.

This restores it, we'll backport to 0.83.

Changelog:
```
 - **[Fix]**: Restore accidentally removed publication of TypeScript types
```

Reviewed By: huntie

Differential Revision: D94666464

fbshipit-source-id: 338fe716858e7f65ca12cbef614aaaec9e829bc2
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 28, 2026
@robhogan robhogan merged commit 5a62201 into 0.83.x Mar 1, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants